.container {
  position: relative;
  max-width: 1600px !important;
}

.spork {
  background: transparent;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  padding: 30px 40px;
}

.spork-fork {
  height: 100vh;
  min-height: 450px;
  line-height: 100vh;
  position: relative;
  text-align: center;
  color: white;
}

.spork-fork > .spork-half {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-size: cover;
}

.home-login {
  margin-top:5px;
}
.spork-fork > .spos {
  left: 0;
  background-color: #0F0B07;
  background-image: url('/Shared/spos.jpg');
}

.spork-fork > .spip {
  right: 0;
  background-color: #686870;
  background-image: url('/Shared/spip.jpg');
}

.spork-fork > .spork-half .inner {
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.spork-fork > .spork-half h1 {
  font-weight: 300;
  font-size: 38px;
  margin: 0;
  text-shadow: 1px 1px 0px rgba(49, 31, 21, .4);
}

.spork-fork > .spork-half .icon {
  display: inline-block;
  height: 40px;
  margin-bottom:10px;
}

.spork-fork > .spork-half .icon * {
  outline: 0 !important;
}

.spork-fork > .spork-half .icon svg {
  height: 100%;
}

.spork-fork > .spork-half p {
  text-shadow: 1px 1px 0px rgba(49, 31, 21, 0.4);
  color: white;
  margin: 0 0 6px 0;
}

.spork-fork > .spork-half .cta a {
  margin-top: 15px;
  display: inline-block;
}

.spork a {
  font-weight: normal;
  color: white !important;
  text-decoration: none !important;
}

.spork a img {
  vertical-align: middle;
  margin-top: -3px;
}

.logo img:first-child {
  height: 34px;
  margin-top: -3px;
}
.logo img:nth-child(3) {
  max-width:180px;
}

.logo .pipe {
  display: inline-block;
  border-right: 1px solid #fff;
  height: 25px;
  vertical-align: middle;
  margin: 0 10px;
}

.disclaimers p {
  max-width: 1170px;
  margin: 10px auto;
}



@media (max-height: 450px) {
.spork-fork {
  line-height: 450px;
}
}

@media (max-width: 991px) {
.spork-fork > .spork-half {
  width: 100%;
  height: 390px;
  position: relative;
  line-height: 300px;
  border-right: 0;
  border-bottom: 2px solid white;
  background-position: 0 -75px;
}

.spork-fork {
  height: auto;
  line-height: initial;
}

.spork-fork > .spip {
  border-left: 0;
  border-top: 2px solid white;
  line-height: 390px;
}

.spork-fork > .spork-half .icon {
  height: 25px;
}

.spork-fork > .spork-half h1 {
  font-size: 28px;
}

.spork-fork > .spos {
  height: 390px;
  padding-top: 90px;
}
}

@media (max-width: 500px) {
.spork a img {
  width: calc(50vw - 85px);
  height: auto !Important;
}

.spork .pull-right, .spork .pull-left {
  line-height: 50px;
}

.spork .pull-right a span {
  display: none;
}

.spork .pull-right a {
  border-radius: 50%;
  border: 1px solid white;
  padding: 6px;
  border-right: 1px solid white;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 1;
}

.spork .pull-right a img {
  width:auto;
  padding: 0 !important;
}
}